' LEONGINI.TXT V1.01 Declare Function Attach Lib "profile.vbx" (ini As Control, attachedControl As Control, ByVal property As String) As Integer ' Values of the Read property Global Const ReadOnLoad = 0 Global Const ReadManual = 1 Global Const ReadNow = 2 ' Values of the Write property Global Const WriteOnChange = 0 Global Const WriteManual = 1 Global Const WriteNow = 2 Global Const WriteOnUnload = 3 Global Const DeleteEntry = 4 Global Const DeleteSection = 5 ' Values of the Property property Global Const PropertyCaption = 0 Global Const PropertyTag = 1 Global Const PropertyText = 2